From: Juanma Barranquero Date: Mon, 21 Sep 2009 09:51:38 +0000 (+0000) Subject: * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10368 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a5f8eae51e10a0bdd9e1ef49ebfbf4ce52837f2b;p=emacs.git * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db810d0252f..6d61d838467 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-21 Kevin Ryde + + * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) + 2009-09-21 Stefan Monnier * net/dig.el (dig-mode): Use define-derived-mode. diff --git a/lisp/net/dig.el b/lisp/net/dig.el index e62e51e8e19..d4cda554385 100644 --- a/lisp/net/dig.el +++ b/lisp/net/dig.el @@ -4,7 +4,7 @@ ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Simon Josefsson -;; Keywords: DNS BIND dig +;; Keywords: DNS BIND dig comm ;; This file is part of GNU Emacs.